home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS11.ADF / Progs / cp.DOC < prev    next >
Text File  |  1986-08-05  |  273b  |  23 lines

  1.  
  2. This is a Unix-style 'copy' program.  It also buffers the files
  3. for faster copying.
  4.  
  5. Usage:
  6.  
  7. cp filein fileout
  8.  
  9.   Unix style wildcards permitted in filein.
  10.  
  11.   Fileout must be either a directory name or a file name
  12.  
  13.  
  14. Example:
  15.  
  16. cp foo foo2
  17.  
  18. cp foo* foodir
  19.  
  20. cp foo? foones
  21.  
  22.  
  23.